From ce066fb8793470d4c99ba1d74f5c586df94e1523 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Wed, 20 Dec 2000 10:20:01 +0000 Subject: [PATCH] (syms_of_w32fns): Initialize and staticpro tip_frame. --- src/w32fns.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/w32fns.c b/src/w32fns.c index 7e316a5841a..7e22b084ff8 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -13826,8 +13826,10 @@ versions of Windows) characters."); defsubr (&Sx_show_tip); defsubr (&Sx_hide_tip); #endif - staticpro (&tip_timer); tip_timer = Qnil; + staticpro (&tip_timer); + tip_frame = Qnil; + staticpro (&tip_frame); defsubr (&Sx_file_dialog); } -- 2.30.2